6c3ca4
@@ -886,10 +886,6 @@
private void writeSingleRow(VectorHashKeyWrapper kw, VectorAggregationBufferRow
       for (int i = 0; i < aggregators.length; ++i) {
         forwardCache[fi++] = aggregators[i].evaluateOutput(agg.getAggregationBuffer(i));
       }
-      if (LOG.isDebugEnabled()) {
-        LOG.debug(String.format("forwarding keys: %s: %s",
-            kw, Arrays.toString(forwardCache)));
-      }
       forward(forwardCache, outputObjInspector);
     } else {
       // Output keys and aggregates into the output batch.
